Filter

data class Filter(val expression: String? = null)

Used to filter the list of Records returned by a request. See the Pocketbase docs for a guide on how to format a filter request.

Parameters

expression

The filter request used to filter records.

Constructors

Link copied to clipboard
constructor(expression: String? = null)

Properties

Link copied to clipboard
val expression: String? = null

Functions

Link copied to clipboard
fun addTo(params: <Error class: unknown class>)